using Dew.Math;
using Dew.Math.Units;
namespace Dew.Examples()
{
void Example()
{
MtxVec.CreateIt(
out a);
try
{
a.SetIt(
false,
new double[] {1,2,3,4);
double d = a.Mean();
double c = a.Skewness(d.a.StdDev(d));
}
finally
{
MtxVec.FreeIt(
ref a);
}
}
}